home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_bas / lb2su406 / errorlst.doc < prev    next >
Text File  |  1991-08-29  |  2KB  |  46 lines

  1.                           NOTES ON ERRORLST.BAS 1.00
  2.  
  3.                                  Matt Roberts
  4.                                3 Cedar St., # 8
  5.                            Montpelier, Vt 05602-3006
  6.  
  7.                                    06-16-91
  8.  
  9. ──────────────────────────────────────────────────────────────────────────────
  10. This is the program I used to generate the error list in LOCB2REF.DOC.  The 
  11. values for the FOR/NEXT statements were found primarily by trial and error; 
  12. the end value was originally set at 500, which allowed me to see that there 
  13. were two "sets" of error messages.  Keeping the end value at 500 for the 
  14. second FOR/NEXT loop indicated that there were no further error message 
  15. numbers; this is far from certain, however, since this was a matter of trial 
  16. and error coupled with elimination.  In other words, don't sue me if I didn't 
  17. get everything.
  18.  
  19. I generated this list because I needed it in order to introduce error routines 
  20. into FILE-MAN.BAS.  As a result, some testing of the list has been done.  
  21. However, I haven't tested the entire list, so I can't guarantee it's 
  22. completely accurate.  On the other hand, I have no reason to believe there are 
  23. any problems with it.
  24.  
  25. Once ERRORFIL.DAT was generated, it was merged with LOCB2REF.DOC through the 
  26. use of PC-Write 3.03.
  27.  
  28. I've included this program for those who might like some source examples of 
  29. some of BASIC 2's capabilities.
  30.  
  31. Please feel free to write me with comments, questions, and criticisms.  I want 
  32. to produce quality software, and I need your help to do it.  Thanks.
  33.  
  34.  
  35. BASIC 2 is a registered trademark of Locomotive Software Ltd.
  36.  
  37. PC-Write is a registered trademark of Quicksoft, a shareware software company.  
  38. They can be reached by mail at 219 First Ave. N. #224, Seattle, Wa 98109, or 
  39. by phone at (206)282-0452.
  40.  
  41.  
  42. Version numbers are for the sole purpose of testing these programs and/or 
  43. modules on other systems.  Version 1.00 has been tested on the Amstrad PC1512 
  44. SD and the Packard Bell Pack-Mate, and seems to work fine.  Please see 
  45. LB2TESTS.DOC for details on the computers mentioned here.
  46.